lib: Move internal binding verification API to repo.c
authorColin Walters <walters@verbum.org>
Fri, 17 Apr 2020 01:16:51 +0000 (01:16 +0000)
committerColin Walters <walters@verbum.org>
Fri, 17 Apr 2020 01:16:51 +0000 (01:16 +0000)
commitb7f48a74c0f97237de0576b2afe2ffb009f8d448
tree83ad7eb33d981697de29a025796850e0c65114db
parent388c3033bcbf36c633fd28e4b10ca619d524c2fe
lib: Move internal binding verification API to repo.c

`ostree-repo-pull.c` is rather monstrous; I plan to split it
up a bit.  There's actually already a `pull-private.h` but
that's just for the binding verification API.  I think that one
isn't really pull specific.  Let's move it into the "catchall"
`repo.c`.
src/libostree/ostree-cmdprivate.c
src/libostree/ostree-repo-private.h
src/libostree/ostree-repo-pull-private.h
src/libostree/ostree-repo-pull.c
src/libostree/ostree-repo.c